Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adds fourfours strategy to glados-audit #231

Merged
merged 2 commits into from
Feb 22, 2024

Conversation

mrferris
Copy link
Collaborator

@mrferris mrferris commented Feb 21, 2024

What's the problem?
The approach to 4444s stats taken in #230 requires pre-loading the DB with all 45mil+ content keys. This is quite an operational overhead.

What's the solution?
This PR adds a dedicated FourFours audit strategy that has access to a Web3 provider that it uses to randomly select hashes for blocks between genesis and merge, stores their content keys in the DB, and then audits them.

It also adds 4444s statistics to the front page, and the filtering option to the Audit Dashboard.

@mrferris mrferris force-pushed the 4444audits branch 4 times, most recently from 30ebd61 to 17c165d Compare February 21, 2024 23:38
@mrferris mrferris marked this pull request as ready for review February 21, 2024 23:48
@mrferris mrferris force-pushed the 4444audits branch 2 times, most recently from ec28ee5 to f37b7d2 Compare February 22, 2024 00:39
Copy link
Member

@KolbyML KolbyML left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit: looks cool

@mrferris mrferris merged commit 63d1de9 into ethereum:master Feb 22, 2024
2 checks passed
@mrferris mrferris deleted the 4444audits branch February 22, 2024 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants